#include <classes.h>
Public Member Functions | |
| int | NewVehicle (int team, int type) |
| int | isVehcile (int id) |
| int Vehicle::isVehcile | ( | int | id | ) | [inline] |
Checks to see if this object number is a vehicle, if not, return 0.
| int Vehicle::NewVehicle | ( | int | team, | |
| int | type | |||
| ) | [inline] |
Creates the new vehicle and assigns them their team, and processes their type.
1.5.8